-
Notifications
You must be signed in to change notification settings - Fork 13k
regression: Duplicated error messages when inviting invalid user to ABAC managed room #37866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Looks like this PR is ready to merge! 🎉 |
|
WalkthroughThe change introduces an early return within the MeteorError handling branch of the invite command's error catch block, preventing downstream isStringError-based error handling from executing when a MeteorError is matched. All other error-handling paths remain unaffected. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #37866 +/- ##
===========================================
+ Coverage 67.75% 67.82% +0.07%
===========================================
Files 3463 3463
Lines 113702 113702
Branches 20901 20901
===========================================
+ Hits 77034 77120 +86
+ Misses 34501 34407 -94
- Partials 2167 2175 +8
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Proposed changes (including videos or screenshots)
Issue(s)
https://rocketchat.atlassian.net/browse/ABAC-105
Steps to test or reproduce
Further comments
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.